home *** CD-ROM | disk | FTP | other *** search
/ SuperHack / SuperHack CD.bin / CODING / GRAPHICS / VOXRAY.ZIP / BULLET.H < prev    next >
Encoding:
C/C++ Source or Header  |  1995-08-02  |  111 b   |  9 lines

  1. #ifndef _BULLET_
  2. #define _BULLET_
  3.  
  4. #include "sprfunc.h"
  5.  
  6. void Init_Bullets(func_index index);
  7.  
  8. #endif
  9.